﻿* {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft YaHei',SimHei,SimSun;
}

body, html {
    min-width: 1200px;
}

    body > a[title="站长统计"] {
        display: none;
    }

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

li, ul {
    list-style: none;
}

.bg-red {
    background-color: #EA3A45 !important;
}

.bg-blue {
    background-color: #3CB9F3 !important;
}

.bg-orange {
    background-color: #FF7E00 !important;
}

.bg-green {
    background-color: #279A07 !important;
}

.bg-grey {
    background-color: #807A7A !important;
}

.color-red {
    color: #f13a3a;
}

.font-size12{
    font-size:12px;
}

/*td {
    font-weight:400;
}*/

.con {
    display: block;
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.multextbox {
    display: inline-block;
}

.d_img_box {
    display: inline-block;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

.show-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-center {
    text-align: center;
}

.font-size12{
    font-size:12px;
}

.color-gray{
    color:#ddd;
}

.hidden {
    display: none !important;
}

.collapse{
    visibility:collapse;
}